home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / ox.zip / OX < prev    next >
Text File  |  1986-12-26  |  149b  |  10 lines

  1. ox.obj:     ox.asm
  2.     masm ox,,ox/ml;
  3.  
  4. ox.exe:     ox.obj
  5.     link ox,,ox/map/linenumbers/noignorecase;
  6.  
  7. ox.sys:     ox.exe
  8.     exe2bin ox ox.sys
  9.  
  10.